AT-NFC  2.1 (win)
AT-NFC kernel set
emv_platform_set_align.h
Go to the documentation of this file.
1 /* **************** platform-related terminal data alignment settings ********************** */
5 /* ***************************************************************************************** */
6 
7 #ifdef __linux__
8  /* set struct alignment */
9 #elif defined _WIN32
10  /* set struct alignment */
11  #pragma pack(push)
12  #pragma pack(1)
13 #endif